From 21eaf5b06a41c787e1441523f7b22e57565bb292 Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Sat, 22 Feb 2014 11:35:54 +0100 Subject: [PATCH] libxl: comments cleanup on libxl_dm.c Removed some unuseful comments lines. Signed-off-by: Fabio Fantoni Acked-by: Ian Jackson --- tools/libxl/libxl_dm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index f6f7bbd8bf..5c06dfa388 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -412,7 +412,6 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc, /* * Remove default devices created by qemu. Qemu will create only devices * defined by xen, since the devices not defined by xen are not usable. - * Remove deleting of empty floppy no more needed with nodefault. */ flexarray_append(dm_args, "-nodefaults"); @@ -470,10 +469,6 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc, /* XXX sdl->{display,xauthority} into $DISPLAY/$XAUTHORITY */ } - /*if (info->type == LIBXL_DOMAIN_TYPE_PV && !b_info->nographic) { - flexarray_vappend(dm_args, "-vga", "xenfb", NULL); - } never was possible?*/ - if (keymap) { flexarray_vappend(dm_args, "-k", keymap, NULL); } -- 2.30.2